Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Denial of Service (DoS)

Destroying a weak web server by flooding it with HTTP requests.

Execution

docker compose up -d

# Flood the server
python pyflooder.py localhost 8080 5000

The website runs on http://localhost:8080.

Made with ❤ by Param.